Find pet by ID
Get | getPetById |
Resource Path: /pet/{petId}
Name | Description | Data Type |
---|---|---|
petId | ID of pet to return | integer |
The response body is of type Pet.
successful operation
Pet
Represents a single Pet in the Store.
|
Fault | Description |
---|---|
400 | Invalid ID supplied |
404 | Pet not found |